home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / hs_wc215.zip / HS-WC215.DOC < prev   
Text File  |  1991-11-29  |  5KB  |  106 lines

  1.  
  2.                   INSTALLING HS/LINK EXTERNAL PROTOCOL
  3.                       IN WILDCAT! BBS VERSION 2.15
  4.  
  5.      Please refer to the WILDCAT! manual for detailed information on
  6.      installation of external protocols.  This information was tested
  7.      with HS/Link betas posted on 11/19/91 and WILDCAT! test drive
  8.      version 2.15.
  9.  
  10.      The following installation steps should work for most folks:
  11.  
  12.      Wildcat! stores the protocol programs and batch files in the
  13.      "external protocols directory",  which is defined on line 13 of
  14.      frame 7 in the MAKEWILD.EXE configuration program.  The default
  15.      setting is C:\WILDCAT\EP, but please substitute your own directory
  16.      in the following examples.  If you use some other directory, you
  17.      will also have to change the "CD" statements in the provided
  18.      HS-U.BAT and HS-D.BAT files.
  19.  
  20.      Place a copy of HSLINK.EXE into your protocol directory,
  21.      C:\WILDCAT\EP.  Also copy the supplied HS-U.BAT and HS-D.BAT files
  22.      into the C:\WILDCAT\EP directory.
  23.  
  24.      Run MAKEWILD.EXE and access frame 8.  Add 1 to the number of
  25.      external protocols defined by item 3.
  26.  
  27.      Next access frame 18 and enter the following definitions for the
  28.      HS/Link protocol:
  29.  
  30.   ╔════════════════════════════════════════════════════════════════════════╗
  31.   ║                                                               Frame 18 ║
  32.   ║                   EXTERNAL PROTOCOL DEFINITIONS                        ║
  33.   ║                                                                        ║
  34.   ║      LTR      Name           Up .BAT         Dn .BAT      Batch        ║
  35.   ║       -   ------------     -----------     ------------     -          ║
  36.   ║       H   HS/Link          HS-U.BAT        HS-D.BAT         Y          ║
  37.   ║                                                                        ║
  38.   ╚════════════════════════════════════════════════════════════════════════╝
  39.  
  40.      This should get you set up in under 10 minutes.
  41.  
  42.      Wildcat 2.15 does not support batch uploads, nor does it support
  43.      bidirectional transfers.  If the caller attempts to upload multiple
  44.      files, or files that do not match the filename given in advance,
  45.      the resulting upload file may be corrupt or misnamed.
  46.  
  47.      I understand that Mustang software is currently working on a new
  48.      version of Wildcat! which will have these capabilities.  Please
  49.      contact Mustang for upgrade information.
  50.  
  51.      Note for systems running locked COM ports:
  52.      We have found that if you use a locked DTE of 9600 or above, you
  53.      will need to have a NS16550AN UART installed.  Also, for rock solid
  54.      performance you should add the -HS (Handshake Slow) switch to your
  55.      'HS-D.BAT' and 'HS-U.BAT' batch files.
  56.  
  57.      You can edit HS-D.BAT and HS-U.BAT to include options on the HSLINK
  58.      command line, but most folks won't need to change anything. If your
  59.      system can't keep up with the COM port while accessing the disk
  60.      drive, you may want to add -HS to the command line in each file.
  61.      If you want to experiment, there are a number of optional
  62.      parameters you can read about in HSLINK.DOC and HSLINK.NEW.
  63.  
  64.      Contents of HS-D.BAT
  65.      --------------------
  66.          echo off
  67.          REM download from Wildcat 2.15
  68.          cd \wildcat\ep
  69.          if exist transfer.bad del transfer.bad
  70.          hslink -p%2 -HS -NU %3 %4 %5 %6 %7 %8 %9
  71.          if errorlevel 1 copy hs-d.bat transfer.bad
  72.  
  73.      Contents of HS-U.BAT
  74.      --------------------
  75.          echo off
  76.          REM upload to Wildcat 2.15
  77.          cd \wildcat\ep
  78.          if exist transfer.bad del transfer.bad
  79.          mkdir scratch
  80.          hslink -P%2 -HS -Uscratch
  81.          if errorlevel 1 copy hs-u.bat transfer.bad
  82.          copy scratch\*.* %4
  83.          for %%f in (scratch\*.*) do del %%f
  84.          rmdir scratch
  85.      
  86.  
  87.      I hope these instructions help, but remember, I can't take
  88.      responsibility for any damages resulting from these instructions.
  89.      If you get stuck, it always helps to read the DOC files that come
  90.      with Wildcat! and with HS/Link.  If all else fails, call up the
  91.      Tool Shop and ask for help on the Support Conference.  Either I
  92.      will help you, or somebody else will know the answer and give you a
  93.      hand.
  94.  
  95.      Good luck!
  96.  
  97.      Samuel H. Smith
  98.      Sysop of The Tool Shop
  99.  
  100.         Phone number         Modem type                Access
  101.        --------------    ---------------------   -------------------
  102.        (818) 891-3772    US Robotics HST 9600    Contributors only
  103.        (818) 891-1344    Hayes-V series 9600     Contributors only
  104.        (818) 891-6780    US Robotics 2400        Free to all
  105.  
  106.